listOf

fun <T> listOf(element: T): List<T>

Returns an immutable list containing only the specified object element.